Functoid - IndexOf

IndexOf Functoid

Description: The IndexOf Functoid returns the numeric value of the Index at which ParamB is found in ParamA for the first time. Inputs with their allowed values:

Picture of the IndexOf Functoid

 
Remark: When ParamB isn't found, the output will be -1. The IndexOf Functoid is often used in combination with the Substring Functoid. Example: See Figure 1.

Figure1